projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4c6994
)
Framework Carbon required for building against MacOSX10.12.sdk.
author
John Ralls
<jralls@ceridwen.us>
Sat, 5 Nov 2016 21:58:34 +0000
(14:58 -0700)
committer
John Ralls
<jralls@ceridwen.us>
Sat, 5 Nov 2016 22:08:59 +0000
(15:08 -0700)
Should be harmless elsewhere.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 9a83702c68470f010f51c112e80e09e14b89d449..09c53d0b007072c2f40b1ab2eeaf3b73d486c76a 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-404,7
+404,7
@@
if test "x$enable_quartz_backend" = xyes; then
backend_immodules="$backend_immodules,quartz"
GDK_WINDOWING="$GDK_WINDOWING
#define GDK_WINDOWING_QUARTZ"
- GDK_EXTRA_LIBS="$GDK_EXTRA_LIBS -framework Cocoa"
+ GDK_EXTRA_LIBS="$GDK_EXTRA_LIBS -framework Cocoa
-framework Carbon
"
DISABLE_ON_QUARTZ='%'
AM_CONDITIONAL(USE_QUARTZ, true)
if test "x$quartz_relocation" = xyes; then